home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / swing / UIManager$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  882 b   |  15 lines

  1. package javax.swing;
  2.  
  3. import java.awt.Component;
  4. import java.lang.reflect.Method;
  5. import java.security.PrivilegedExceptionAction;
  6. import sun.awt.RequestFocusController;
  7.  
  8. final class UIManager$3 implements PrivilegedExceptionAction<Method> {
  9.    public Method run() throws Exception {
  10.       Method var1 = Component.class.getDeclaredMethod("setRequestFocusController", RequestFocusController.class);
  11.       var1.setAccessible(true);
  12.       return var1;
  13.    }
  14. }
  15.